home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-12-31 | 854 b | 32 lines | [TEXT/KAHL] |
- /* WindowAids.h */
-
- /*----------*/
- ListHandle NewV1List (Rect bounds,
- WindowPtr parentWindow);
- void TextIDBox (short textID,
- Rect bounds);
- void PlotIconID (short iconID,
- Rect bounds);
- void DrawPictureID (short pictID,
- Rect bounds);
- void DrawGrayLine (Rect bounds);
- void UpdatePopup (Rect bounds,
- short menuID,
- short choice);
- void TrackPopup (Rect bounds,
- short menuID,
- short *choice);
- Boolean TrackButton (ControlHandle button,
- Point mousePos);
- void TrackCheck (ControlHandle checkBox,
- Point mousePos,
- Boolean *checked);
- void TrackRadio (ControlHandle radio,
- Point mousePos,
- short *choice);
- void TrackPalette (ControlHandle palette,
- Point mousePos,
- short *choice);
- void HiliteScroll (ControlHandle scroll,
- Boolean active);
-